projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c5df7
)
* editfns.c: #include <sys/types.h>, to get time_t for Eggert's
author
Jim Blandy
<jimb@redhat.com>
Sat, 22 May 1993 21:45:31 +0000
(21:45 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 22 May 1993 21:45:31 +0000
(21:45 +0000)
changes.
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index c3fdce29a5d99c747d486cf1ea965cab53a5cc51..352892199edd2b9273cab2a5b10bd3dfa2fca2dc 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-18,6
+18,8
@@
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <sys/types.h>
+
#include "config.h"
#ifdef VMS